home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / ip / manage / snmp / kip / doc / limits < prev    next >
Encoding:
Text File  |  1989-01-17  |  570 b   |  16 lines

  1. The following lists a number of important limits found in KIP.  Each
  2. limit also has the relevant size, variable name, and module where the
  3. space definition can be found.
  4.  
  5. o Space taken by ALL zones names: 256 bytes (256, azonenames,
  6. glob.h).  Every zone name is stored as a pascal string so each one
  7. takes strlen + 1 bytes of storage.
  8.  
  9. o Number of zones: 32 (NAZONES, azone, gw.h)
  10.  
  11. o Number of dynamic IP addresses: 32 (NIPDAD, ipdad, NIPDAD)
  12.  
  13. o Number of routes: 64 (NAROUTE, aroute, gw.h).  This includes all
  14. routes configured from atalkatab and all acquired routes.
  15.  
  16.